From 383057c7bb6d4d302ae94898daf0d569c6028704 Mon Sep 17 00:00:00 2001 From: "robertlipe@gmail.com" Date: Sun, 18 Nov 2012 18:31:38 +0000 Subject: [PATCH] Regenerate tokens. Update README.contrib to more modern times. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4203 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/README.contrib | 6 +++--- gpsbabel/xcsv_tokens.gperf | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gpsbabel/README.contrib b/gpsbabel/README.contrib index 6e447a29d..a3f2033e0 100644 --- a/gpsbabel/README.contrib +++ b/gpsbabel/README.contrib @@ -52,10 +52,10 @@ If you are creating a new target you should submit patches (use conversions and any support files that your code requires. * vecs.c - an updated vecs.c file implementing your conversion code into GPSBabel. -* Makefile - an updated Makefile telling the compiler how to build and link +* Makefile.in - an updated Makefile telling the compiler how to build and link your conversion into GPSBabel -* testo - an updated script that tests your conversion (this should produce - no output if all is good, see the current testo script for examples) +* testo.d/$TARGET - an updated script that tests your conversion (this should + produce no output if all is good, see the current testo script for examples) * YourOutput - a sample file of code produced by your function (used in testo and lives in a directory called "reference"). * Documentation - see below. diff --git a/gpsbabel/xcsv_tokens.gperf b/gpsbabel/xcsv_tokens.gperf index b6b5daad9..cba3530c6 100644 --- a/gpsbabel/xcsv_tokens.gperf +++ b/gpsbabel/xcsv_tokens.gperf @@ -1,5 +1,5 @@ /* ANSI-C code produced by gperf version 3.0.4 */ -/* Command-line: gperf -L ANSI-C -D -t xcsv_tokens.in */ +/* Command-line: gperf --output-file=xcsv_tokens.gperf -L ANSI-C -D -t xcsv_tokens.in */ /* Computed positions: -k'2,4-5,12,$' */ #if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \ -- 2.30.2